home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / WINVER.H < prev    next >
Text File  |  1997-02-13  |  120b  |  6 lines

  1. #ifdef __FLAT__
  2.   #include <win32\winver.h>
  3. #else
  4.   #error winver.h can only be used in a Win32 Application
  5. #endif
  6.